home *** CD-ROM | disk | FTP | other *** search
/ Whiteline: Alpha / Whiteline Alpha.iso / linux / atari / source / source.lzh / atari-linux-0.01pl3 / lib / string.c < prev    next >
Encoding:
C/C++ Source or Header  |  1994-06-05  |  225 b   |  17 lines

  1. /*
  2.  *  linux/lib/string.c
  3.  *
  4.  *  Copyright (C) 1991, 1992  Linus Torvalds
  5.  */
  6.  
  7. #ifndef __GNUC__
  8. #error I want gcc!
  9. #endif
  10.  
  11. #include <linux/types.h>
  12.  
  13. #define extern
  14. #define inline
  15. #define __LIBRARY__
  16. #include <linux/string.h>
  17.